Create a new #GDate representing the given day-month-year triplet.
The triplet you pass in must represent a valid date. Use g_date_valid_dmy() if needed to validate it. The returned #GDate is guaranteed to be non-%NULL and valid.
day of the month
month of the year
year
a newly-allocated #GDate initialized with @day, @month, and @year
ConstructionException GTK+ fails to create the object.
See Implementation
Create a new #GDate representing the given day-month-year triplet.
The triplet you pass in must represent a valid date. Use g_date_valid_dmy() if needed to validate it. The returned #GDate is guaranteed to be non-%NULL and valid.